This command will initialize the D3DFunc DLL. This command is automatically called at the beginning of code execution and will setup an array of 20 D3D Fonts. You can supply you own maximum number of fonts if 20 is too few. Beware that more than 20 fonts may have an impact on your FPS.
If you chance screen resolution during runtime then you will need to call this function manually in order for the plugin to function. You will also need to recreate any fonts created with the D3D_Font command.
D3D_INIT [Maximum Fonts]
Related Information Example Code